home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-051 memory commander 314 / 1.ima / MCVSOFTP.MCD < prev    next >
Encoding:
Text File  |  1992-06-16  |  6.8 KB  |  177 lines

  1.  
  2.                   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.                    Programmer's Tools from V Communications
  4.                   ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  5.  
  6.  
  7.     Product Summary
  8.  
  9.         ASM Checker - Automatically finds bugs in assembly source code
  10.  
  11.         ASMtool - Automatically flowcharts assembly source code
  12.  
  13.         BIOS Pre-Processor - Creates detailed listing for all BIOS ROMs
  14.  
  15.         C-Clearly - Format and print C and C++ source code your way
  16.  
  17.         Sourcer - Generates commented source code from EXE/COM files
  18.  
  19.         Unpacker - Unpack packed files and more!
  20.  
  21.         Windows Source - Creates source listings from Windows files
  22.  
  23.  
  24.  
  25. █████ ASM Checker - Assembly Verification Tools ███████████████████████
  26.  
  27.     The ASM Checker verification tools consist of two utilities, 
  28.     AsmCheck and ExPub, that help you isolate and remove common coding 
  29.     errors.  By identifying errors that are often hard to find and 
  30.     easily overlooked, they can save you countless hours of debugging 
  31.     time.  
  32.  
  33.     AsmCheck - Scans assembly language source code and reports common 
  34.                coding errors.  Produces several classes of warnings 
  35.                that show the location and cause of the problem.  Tracks 
  36.                processor flag usage and reports instruction conflicts, 
  37.                eliminating the painstaking effort required with a 
  38.                debugger. 
  39.  
  40.     ExPub    - Cross-references and type-checks external and public 
  41.                symbols.  Reports unused and symbol type mismatches.  
  42.                Allows flexible formatting of the output. 
  43.  
  44.                By type-checking external references, ExPub can help to 
  45.                eliminate the disastrous effects of inconsistent data 
  46.                types, such as near/far subroutines. 
  47.  
  48.  
  49. █████ ASMtool - Assembly Source Analysis Tool █████████████████████████
  50.  
  51.     ASMtool is an assembly language flow charting and source code 
  52.     analysis tool which can simplify the understanding of complex 
  53.     software.  A few of the major features include: 
  54.  
  55.       * Flow Charts             * Supports 8088/87 to 80486
  56.  
  57.       * Tree Diagrams           * Instruction Frequency Histogram 
  58.  
  59.       * Stack Sizing            * Macro expansion support
  60.  
  61.       * Register Analysis       * Procedure Cross Reference
  62.  
  63.       * CPU Timing Analysis     * Context Sensitive Help
  64.  
  65.  
  66. █████ BIOS Pre-Processor - BIOS Listing Generator █████████████████████
  67.  
  68.     The BIOS Pre-Processor with Sourcer provides the first means to 
  69.     obtain accurate legal source listings for any BIOS!  Identifies 
  70.     entry points with detailed in-line comments, explains functions and 
  71.     subfunctions of BIOS interrupts, register usage, and other key 
  72.     information.  Resolves PS/2 and AT BIOS's multiple entry points for 
  73.     improved clarity.  Provides highly descriptive labels such as 
  74.     "video_mode" and "int_9_keyboard" and more.  Fully automatic 
  75.     operation.  
  76.  
  77.     BIOS Overview - The BIOS (Basic Input/Output System) is a 
  78.     collection of programs and data in every computer which perform the 
  79.     power up testing and interface the computers hardware with other 
  80.     software programs.  Its under- standing can be critical to writing 
  81.     advanced software for the computer. 
  82.  
  83.  
  84. █████ C-Clearly - Format C and C++ Source File ████████████████████████
  85.  
  86.     Format C and C++ source code according to your style preferences.  
  87.     Make your own style template, or use and modify supplied templates 
  88.     such as standard K&R and others.  Also produces formatted listings 
  89.     with optional flow lines, line numbers, user defined headers and 
  90.     footers, summary of code/comment line counts.  Formatted output can 
  91.     also include special highlighting for selected elements of the 
  92.     listing. 
  93.  
  94.     Unlike formatters you may have used before, C-Clearly gives you 
  95.     complete control over hundreds of style elements, so you can format 
  96.     C and C++ source code the way you want it. 
  97.  
  98.     C-Clearly is ANSI-C compatible.  It will automatically process all 
  99.     include files and pre-processor statements. 
  100.  
  101.  
  102. █████ Sourcer - Commenting Disassembler ███████████████████████████████
  103.       
  104.     Sourcer creates detailed commented source code and listings from 
  105.     memory and executable files.  Built in data analyzer and code 
  106.     simulator identifies segments and resolves data across multiple 
  107.     segments.  Sourcer provides detailed comments on interrupts and 
  108.     subfunctions, I/O ports, and much more.  Determines the necessary 
  109.     assembler directives for reassembly.  Includes a definition file 
  110.     facility to provide your own remarks and descriptive labels, force 
  111.     data types, and more.  Special features: 
  112.       
  113.          * Automatic handling of indexed jumps and calls
  114.  
  115.          * Identifies interrupt entry points in most TSRs
  116.  
  117.          * Cross references appears where items are defined
  118.  
  119.          * Automatic device driver & Windows VxD detection 
  120.  
  121.          * Correct mnemonic for multiple mnemonic instructions
  122.  
  123.          * Supports 8088/87 to 80386/387 and 80486 instruction sets
  124.  
  125.  
  126. █████ Unpacker ████████████████████████████████████████████████████████
  127.  
  128.     The Unpacker group of programs assists with the debugging and 
  129.     analysis of software.  Included with the Unpacker are: 
  130.  
  131.     UNPACK  - Converts packed EXE files into their original unpacked 
  132.               format. It automatically detects and supports most 
  133.               packing methods. 
  134.  
  135.     COM2EXE - Identifies and converts multi-segment COM files into EXE 
  136.               files for analysis and debugging.  
  137.  
  138.     INTVIEW - Interrupt table viewer identifies all 256 interrupt 
  139.               vectors, and provides related information on each 
  140.               interrupt. 
  141.  
  142.     VTEST   - Video test program allows changing the video mode and 
  143.               pages, with an on screen test pattern.  Ideal for TSR 
  144.               testing. 
  145.  
  146.  
  147. █████ Windows Source ██████████████████████████████████████████████████
  148.  
  149.     Windows Source works with Sourcer to produce commented disassemblies 
  150.     of Windows executables, dynamic link libraries (DLLs), device 
  151.     drivers, 32-bit virtual device drivers (VxDs) and OS/2 version 1.x 
  152.     programs. The generated assembly listings are used to improve your 
  153.     understanding of programs, the internals of Windows itself, and help 
  154.     identify and clarify important undocumented services and functions.  
  155.  
  156.          * Labels all exports from an executable, DLL, or device driver 
  157.  
  158.          * Identifies, by name, all imported function calls, including 
  159.              all Windows API calls. 
  160.  
  161.          * Includes the use of CodeView symbols, such as those found in 
  162.              the debugging versions of Microsoft Windows. 
  163.  
  164.          * For VxDs it identifies, by name, the VxD's API entry points 
  165.              and Control procedure, plus any services the virtual device 
  166.              provides.  Also includes, by name, all virtual-device 
  167.              services that the VxD calls. 
  168.  
  169.          * Provides comments for all DOS and DOS Protected-Mode Interface 
  170.              (DPMI) calls made in a Windows program. 
  171.  
  172.          * Built in support for current and future versions of Windows. 
  173.  
  174.  
  175. ────────────────────────────────── end ──────────────────────────────────
  176.     
  177.